home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 128 / XENIATGM128.iso / Shareware / MusicMatchJukebox 7.0 / Tutorials / online_attractions.exe / scripts / DefineButton2_264 / BUTTONCONDACTION on(rollOver).as < prev   
Text File  |  2001-01-11  |  134b  |  8 lines

  1. on(rollOver){
  2.    setProperty("/ambiance", _visible, "0");
  3.    tellTarget("/IdJut_Boys")
  4.    {
  5.       gotoAndStop("start");
  6.    }
  7. }
  8.